﻿/*收貨地址*/

.big {
    clear: both;
}

@media (min-width: 1024px) {
    .big {
        padding: 0px 10px;
    }
}

.big a {
    color: #333;
}

    .big a:hover {
        text-decoration: none;
        /*color: #666;*/
    }
/* 面包屑 */
.location ul {
    margin-bottom: 0px;
}

    .location ul li {
        line-height: 40px;
        font-size: 14px;
        display: inline-block;
    }



.content .right {
    width: 85%;
    float: left;
}

    .content .right p.r_title {
        font-size: 17px;
        line-height: 40px;
        border-bottom: 1px solid #e0e0e0;
        position: relative;
    }

        .content .right p.r_title .layui-icon {
            font-size: 20px;
            position: absolute;
            left: 10px;
            display: none;
        }

.combutton1, .combutton2 {
    line-height: 34px;
    padding: 0 26px;
    font-size: 15px;
    border: none;
    background: none;
}

.content .right .adddemo, .content .right .address {
    width: 100%;
    padding: 10px 10px;
}

    .content .right .address .list {
        background: url(../imgs/icon/border-e8fd9a0d48.png) repeat-y;
        border: 1px solid #f2f2f2;
        border-left: none;
        margin-bottom: 20px;
        overflow: hidden;
        position: relative;
        color: #666;
    }

.right .address .list a {
    color: #666;
}

.content .right .address .list .item {
    line-height: 25px;
}

    .content .right .address .list .item span {
        width: 10%;
        text-align: right;
        float: left;
    }

    .content .right .address .list .item p {
        width: 90%;
        float: left;
        word-wrap: break-word;
        word-break: normal;
    }

.content .right .address .list .opera {
    position: absolute;
    right: 20px;
    bottom: 5px;
}

    .content .right .address .list .opera a {
        display: inline-block;
        margin: 0 10px;
        cursor: pointer;
    }

        .content .right .address .list .opera a.mor_color {
            color: #9e9e9e;
        }


/*新增收貨地址*/

@media only all and (max-width:1023px) {
    .main_head, .main_footer {
        display: none;
    }

    .location {
        display: none;
    }

    .w .content {
        padding: 0px;
    }

    .content .left {
        display: none;
    }

    .content .right {
        width: 100%;
    }

        .content .right p.r_title {
            display: none;
        }

        .content .right p.r_title {
            text-align: center;
        }

            .content .right p.r_title .layui-icon {
                display: block;
            }

        .content .right .address .list .opera {
            right: 0px;
            bottom: 5px;
        }

        .content .right .address .list .item span {
            width: 22%;
        }

        .content .right .address .list .item p {
            width: 70%;
            margin-left: 0px;
        }

        .content .right .address .list .opera a {
            margin: 0px;
            margin-right: 10px;
        }
}
